home *** CD-ROM | disk | FTP | other *** search
- object FrmAdvanced: TFrmAdvanced
- Left = 236
- Top = 175
- BorderStyle = bsDialog
- Caption = 'Methode van kostenberekening'
- ClientHeight = 260
- ClientWidth = 390
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 208
- Top = 24
- Width = 17
- Height = 13
- Caption = 'sec'
- end
- object Label6: TLabel
- Left = 16
- Top = 24
- Width = 114
- Height = 13
- Caption = 'Tijdsduur van 1 eenheid'
- end
- object GrpKosten: TGroupBox
- Left = 8
- Top = 8
- Width = 257
- Height = 105
- Caption = 'Kostenberekening'
- TabOrder = 0
- object OptUur: TRadioButton
- Left = 16
- Top = 24
- Width = 201
- Height = 17
- Caption = 'Per uur'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object OptTijd: TRadioButton
- Left = 16
- Top = 48
- Width = 233
- Height = 17
- Caption = 'Volgens eenheid met een vaste tijdsduur'
- TabOrder = 1
- end
- object OptTarief: TRadioButton
- Left = 16
- Top = 72
- Width = 233
- Height = 17
- Caption = 'Volgens eenheid met een vast tarief'
- TabOrder = 2
- end
- end
- object GrpTijd: TGroupBox
- Left = 8
- Top = 120
- Width = 257
- Height = 57
- Caption = 'Vaste tijdsduur'
- TabOrder = 1
- object LTijd: TLabel
- Left = 16
- Top = 24
- Width = 114
- Height = 13
- Caption = 'Tijdsduur van 1 eenheid'
- end
- object Label2: TLabel
- Left = 224
- Top = 24
- Width = 17
- Height = 13
- Caption = 'sec'
- end
- object EdtTijd: TEdit
- Left = 176
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 0
- Text = '3600'
- end
- end
- object GrpTarief: TGroupBox
- Left = 8
- Top = 184
- Width = 257
- Height = 65
- Caption = 'Vast tarief'
- TabOrder = 2
- object LTarief: TLabel
- Left = 16
- Top = 24
- Width = 104
- Height = 13
- Caption = 'Kosten van 1 eenheid'
- end
- object LValuta: TLabel
- Left = 136
- Top = 24
- Width = 33
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '...'
- end
- object EdtKosten: TEdit
- Left = 176
- Top = 20
- Width = 41
- Height = 21
- TabOrder = 0
- Text = '3600'
- end
- end
- object BtnCancel: TBitBtn
- Left = 280
- Top = 46
- Width = 99
- Height = 25
- HelpContext = 1102
- Caption = 'Annuleren'
- TabOrder = 3
- Kind = bkCancel
- end
- object BtnOk: TBitBtn
- Left = 280
- Top = 14
- Width = 99
- Height = 25
- HelpContext = 1101
- Caption = 'Ok'
- TabOrder = 4
- Kind = bkOK
- end
- end
-